SQL::Connection ToXML Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ToXML Method.xml
Fetch data to an XML formatted string using a SQL query.
SQL::Connection Open Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/Open Method.xml
Connect to a database. (See help for SetConnectionString for details on constructing a connect string.)
SQL::Connection CommitTransaction Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/CommitTransaction Method.xml
Apply a set of changes started with BeginTransaction.
SQL::Connection ValidateQuery Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ValidateQuery Method.xml
Validate a SQL query on the connection.
SQL::Connection ListProperties Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ListProperties Method.xml
Create a list of all connection property names and values in the format <name><tab><value><crlf>
SQL::Connection FreeResult Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/FreeResult Method.xml
Release the result set from the last SQL select statement.
SQL::Connection AffectedRows Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/AffectedRows Method.xml
Return affected rows.
SQL::Connection RevokeAccess Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/RevokeAccess Method.xml
Revoke from a user or group the access specified, optionally, on the resource named.
SQL::Connection DropUser Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/DropUser Method.xml
Remove the user named from the currently connected database or server.
SQL::Connection DropDatabase Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/DropDatabase Method.xml
Remove a database.